Creates a StackPanel containing the specified Plot-s and AxisRenderer-s.
Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing
SyntaxJava
Copy Code
|
|---|
public StackPanel createRowLayout ( |
A YAxisRenderer that should be placed at the left side of the plots.
An array of Plot2D instances.
A YAxisRenderer that should be placed at the right side of the plots.
A StackPanel instance.
See Also